home *** CD-ROM | disk | FTP | other *** search
- ============================================================================
- README.1st for Complex Conversion System & Extended C Library (CCS-ECL)
- July 1, 1992 - (ftp)128.3.196.93
- ============================================================================
-
- # Lawrence Berkeley Laboratory - Imaging Technology Group
-
- This is the CCS-ECL software for public release, version 1.1 - Aug15-93.
-
- The CCS is a standard software interface for image processing in which
- users and programmers can easily manipulate various images without worrying
- about image types, such as GIF, RLE, TIFF, etc.; the CCS also provides many
- debug and image manipulation functions. This release contains all parts of the
- standard CCS-ECL software, but not HIPS library since HIPS is copyrighted.
- It is available from:
- Mike Landy,
- SharpImage Software
- P.O. Box 373, Prince Street Station,
- New York, NY 10012-0007
- landy@nyu.edu
- HIPS package contains a number of excellent image tools.
-
- The following image types are included in this CCS-ECL release:
- FITS, GIF, ICC, JPEG, PICT, PNM (PPM, PGM, PBM), RLE, SUN-RASTER, and TIFF
- Note:
- If you want to be able to write a SUN-RASTER image by using CCS,
- (e.g. to use ccs-lib/sun/sources/torast.c), you have to have the libpixrect.a
- (sun library) installed on your machine. This is a restriction for writing a
- SUN-RASTER file.
-
- Current multi-frame JPEG version is based on version 4 release.
-
- The difference from release 1.0 - Ja1-92:
- JPEG memory management
- Table interface
- Tools - open to public - including:
- Image-processing tools
- 3d-tools/
- 3dscale_geom/
- convert/
- getobj3d/
- hips/
- isobuild/
- lut/
- mahe/
- tools/
- ...
- Network (server, RTP, ...)
- Extended X server - getx
- movie generater and player
- image editor
- 3D segmentation and analysis (segal)
- Virtual (Very) Fast Fourier Transform
-
-
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
- This software is copyrighted (C) by the Lawrence Berkeley Laboratory.
- Permission is granted to reproduce this software for non-commercial
- purposes provided that this notice is left intact.
-
- It is acknowledged that the U.S. Government has rights to this software
- under Contract DE-AC03-765F00098 between the U.S. Department of Energy
- and the University of California.
-
- This software is provided as a professional and academic contribution
- for joint exchange. Thus, it is experimental, and is provided ``as is'',
- with no warranties of any kind whatsoever, no support, no promise of
- updates, or printed documentation. By using this software, you
- acknowledge that the Lawrence Berkeley Laboratory and Regents of the
- University of California shall have no liability with respect to the
- infringement of other copyrights by any part of this software.
-
- For further information about this notice, contact William Johnston,
- Bld. 50B, Rm. 2239, Lawrence Berkeley Laboratory, Berkeley, CA, 94720.
- (wejohnston@lbl.gov)
-
- For further information about this software, contact:
- Jin Guojun
- 1 Cyclotron Rd.
- Bld. 50B, Rm. 2275
- Lawrence Berkeley Laboratory
- Berkeley, CA, 94720
- Email: g_jin@lbl.gov
- Phone: (510) 486-7531
-
- For further information about JPEG, RLE, and TIFF libraries, contact:
-
- JPEG - jpeg-info@uunet.uu.net (Tom_Lane@G.GP.CS.CMU.EDU)
-
- RLE - Spencer W. Thomas
- University of Utah, Dept. of C.S.
- Salt Lake City, Utah
-
- TIFF - Aldus Corporation
- 411 First Avenue South
- Seattle, WA 98104-2871
- (206)628-6593
-
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
-
- ARCHIVE LOCATION:
-
- The ftp site for this software is at george.lbl.gov (128.3.196.93)
- with user name "anonymous" and using your e-mail address as a "password".
- After login, cd to pub/ccs-lib, you will find files
-
- ccs-1.1.tar.Z and ccs-1.1-tool.tar.Z
-
-
- INSTALLATION:
-
- SETUP:
-
- decompress ccs-1.1.tar.Z and untar ccs-1.1.tar
- decompress ccs-1.1-tool.tar.Z and untar ccs-1.1-tool.tar
- for build all tools:
- mv lbl/hips/sources/* lbl/xview ccs-lib/tools/sources
- mv lbl/x11/* ccs-lib/x11
-
- Configure your system:
- cd ccs-lib : change directory to ccs-lib
- edit config.src : use any text editor (vi, ...)
-
- change LIBDIR = $(DESTROOT)/lib
- to LIBDIR = your_lib
- e.g. LIBDIR = /usr/local/lib
-
- change DESTDIR = $(DESTROOT)/bin
- to DESTDIR = dest-binary-dir
- e.g. DESTDIR = /usr/local/bin
- or
- either use default DESTROOT or change DESTROOT
- such as: DESTROOT = /usr/local
-
- type Configure [xxx] to configure your system
- If xxx is not given, the default is ansi which should
- good for most machine. Special xxx are mip and sgi.
- type make -k to build libraries and tools.
-
- When programmming, read CCS-ECL handbook (cd doc; make book), ccs.n
- (man ccs), or read source codes in ccs-lib/convert directory.
-
- FREE DEMO programs for SUN work-station users:
-
- Since entrie CCS-ECL is opened to public, so you can build all old CCS
- demo program by your own, and these demo programs are no long needed.
-
-
- List of this package:
-
- See package.lst
-
-